body {
	min-width: 1400px;
	margin: 0 auto;
}

/* body::-webkit-scrollbar {
	display: none
} */

a:hover {
	text-decoration: none !important;
}

ul {
	list-style: none;
}

/* 导航栏 */
.mynav {
	width: 100%;
	padding: 0 150px 0 100px;
}

.mynav a img {
	height: 40px;
}

.mynav ul {
	margin-bottom: 0 !important;
	display: flex;
	height: 60px;
}

.mynav ul li {
	line-height: 60px;
	height: 60px;
	/* padding: 0 20px; */

	font-family: MicrosoftYaHei;
	color: #333333;
}
.mynav ul li a{
	padding: 0 20px;
}

.mynav a img {
	height: 40px;
}

.mynav .nav-active {
	background-image: linear-gradient(0deg, #ddddeb 0%, #ffffff 100%);
}

.mynav .nav-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333333;
}

.mynav .nav-active a {
	color: #3576ca;
}

.mynav .nav-item:hover {
	background-image: linear-gradient(0deg, #ddddeb 0%, #ffffff 100%);
}

/* 导航栏end */


/* 页脚 footer */
.footer {
	background-color: #272727;
	color: #afafaf;
	font-size: 14px;
}

.footer .jianjie {
	width: 1196px;
	margin: 0 auto;
	padding: 63px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .jianjie .about {
	position: relative;
}

.footer .jianjie .about::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 171px;
	background-color: #535353;
	left: -38px;
	top: -5px;
}

.footer .jianjie .about h6 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.footer .banquan p:nth-last-of-type(1) {
	margin-bottom: 0;
}

.footer span {
	margin-right: 20px;
}
.footer span a{
	color: #afafaf;
}

.footer .gongzhonghao p {
	color: #ffffff;
	margin-top: 11px;
}

.footer .banquan {
	width: 1196px;
	margin: 0 auto;
	color: #696868;
	padding: 18px 0px;
	text-align: center;
	border-top: 1px solid #464646;
}
.footer .banquan a{
	color: #696868;
}

.footer .banquan img {
	vertical-align: top;
}

.float_box {
	display: none;
	background: #7f7f7f;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 60px;
	z-index: 10000;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

.float_box .float_up {
	padding: 20px 0;
	cursor: pointer;
}

.float_box .float_up p {
	margin-bottom: 20px;
}

.float_box .float_down {
	padding-top: 20px;
	height: 66px;
}
.float_box .float_list{
	margin-bottom: 0px;
	padding:0px
}
.float_box .float_list li {
	position: relative;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
}

.float_box .float_list li .iconfont {
	font-size: 24px;
}

.float_box .float_list .show_box {
	position: absolute;
	background:  #3c84f2;
	top: 0;
	right: 60px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-size: 14px;
	display: none;
	width: 180px;
}

.float_box .float_list .show_box .code {
	margin: 12px auto 0;
}

.float_box .float_list .show_box a {
	color: #fff;
}

.float_box .float_list li:hover {
	background:#3c84f2;
}

.float_box .float_list li:hover .show_box {
	display: block;
}